projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
def08a3
)
(maybe_bootstrap): Add an infinite sleep-loop.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 8 Feb 2002 14:11:47 +0000
(14:11 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 8 Feb 2002 14:11:47 +0000
(14:11 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 24633a84018a11c80c68d23c321f8cf1c22d6c0e..7ed696ce423f8f9be0d4ab5cbc9aae1d791ca221 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-695,6
+695,8
@@
maybe_bootstrap:
@if [ ! -f $(srcdir)/lisp/abbrev.elc ]; then \
echo "Essential Lisp files seem to be missing. You should either"; \
echo "do \`make bootstrap' or create \`lisp/abbrev.elc' somehow."; \
+ echo "This Make job will now hang till you kill it."; \
+ while true; do sleep 10; done; \
fi
bootstrap: bootstrap-clean-before bootstrap-lisp-1 bootstrap-src bootstrap-lisp bootstrap-clean-after all info